home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk67 / unzip / crc32.h < prev    next >
Text File  |  1995-03-19  |  158b  |  9 lines

  1.  
  2. long crc32val;
  3.  
  4. void UpdateCRC(unsigned char *s,
  5.                register int len);
  6.  
  7.  /* update running CRC calculation with contents of a buffer */
  8.  
  9.